home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- egb/gbtextinfo.library/EGB_CreateTextInfoGadget
- egb/gbtextinfo.library/EGB_ModifyTextInfoGadget
- egb/gbtextinfo.library/EGB_SetTextInfoPos
- egb/gbtextinfo.library/EGB_CreateTextInfoGadgetegb/gbtextinfo.library/EGB_CreateTextInfoGadget
-
- NAME
- EGB_CreateTextInfoGadget --
-
- SYNOPSIS
- EGB_CreateTextInfoGadget(con, minW, maxW, minH, maxH, font, id)
- A0 D0 D1 D2 D3 A1 D4
-
- EB_GadBoxPtr EGB_CreateTextInfoGadget(EB_GadContext, WORD, WORD, WORD, WORD, EG_EFontPtr, LONG)
-
- FUNCTION
- Creates a gadbox textinfo gadget. These gadgets don't expect user
- input. They display text to the user. The user can scroll through the
- text using a proportional gadget. These gadgets have an automatic
- word wrap, so no care for the gadgets widhth has to be taken.
-
- INPUTS
- con : The associated gadget context
- minW : The minimum number of collumns requiered
- maxW : The maximum number of collumns allowed
- minH : The minimum number of lines requiered
- maxH : The maximum number of lines allowed
- font : The font to be used; if NULL, the default font is used
- id : The gadgets id (only used to find it);
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbtextinfo.library/EGB_ModifyTextInfoGadgetegb/gbtextinfo.library/EGB_ModifyTextInfoGadget
-
- NAME
- EGB_ModifyTextInfoGadget --
-
- SYNOPSIS
- EGB_ModifyTextInfoGadget(win, gad, text)
- A0 A1 A2
-
- void EGB_ModifyTextInfoGadget(EI_WindowPtr, EI_GadgetPtr, char *)
-
- FUNCTION
- Set, clear of change the text of a text info gadget. The text is an
- array of chars. Paragraphs are separated by LF. The text must be
- terminated by a null character.
-
- INPUTS
- win : The window, that contains the gadget; if NULL, no refresh is done
- gad : The text info gadget
- text : The text to be displayed. Must be kept, until it is remove again.
- NULL clears the text.
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbtextinfo.library/EGB_SetTextInfoPosegb/gbtextinfo.library/EGB_SetTextInfoPos
-
- NAME
- EGB_SetTextInfoPos --
-
- SYNOPSIS
- EGB_SetTextInfoPos(win, gad, line)
- A0 A1 D0
-
- void EGB_SetTextInfoPos(EI_WindowPtr, EI_GadgetPtr, LONG)
-
- FUNCTION
-
- INPUTS
- win -
- gad -
- line -
-
- RESULT
-
- SEE ALSO
-
-
-